home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lwlib / energize / search.xd < prev    next >
Encoding:
Text File  |  1995-01-11  |  3.3 KB  |  192 lines

  1. module 'Energize'
  2. applicationName = 'Energize';
  3. generateNameC = 'search.xdc';
  4. generateNameUIL = '';
  5. generateNameResDB = '';
  6. generateUidFile = '';
  7. generateMask = 458980;
  8. useMask = 1;
  9. value
  10. object '' : XmDialogShell {
  11.     arguments {
  12.     name = 'dialog';
  13.     XmNallowShellResize= true;
  14.     };
  15. object '' : XmForm {
  16.     arguments {
  17.     name = 'searchDialog';
  18.     XmNautoUnmanage= false;
  19.     XmNdefaultButton= 'button1';
  20.     };
  21. object '' : XmRowColumn {
  22.     arguments {
  23.     XmNorientation= 2;
  24.     };
  25. object '' : XmFrame {
  26.     arguments {
  27.     };
  28. object '' : XmRadioBox {
  29.     arguments {
  30.     name = 'directionBox';
  31.     XmNorientation= 2;
  32.     XmNpacking= 1;
  33.     };
  34. object '' : XmToggleButton GADGET {
  35.     arguments {
  36.     name = 'directionForward';
  37.     XmNlabelString= 'Forward';
  38.     };
  39. };
  40. object '' : XmToggleButton GADGET {
  41.     arguments {
  42.     name = 'directionBackward';
  43.     XmNlabelString= 'Backward';
  44.     };
  45. };
  46. };
  47. };
  48. object '' : XmToggleButton {
  49.     arguments {
  50.     name = 'regexpSearch';
  51.     XmNlabelString= 'Regular Expression';
  52.     };
  53. };
  54. object '' : XmToggleButton {
  55.     arguments {
  56.     name = 'caseSearch';
  57.     XmNlabelString= 'Match Case';
  58.     };
  59. };
  60. object 'match_word' : XmToggleButton {
  61.     arguments {
  62.     name = 'matchWord';
  63.     XmNlabelString= 'Match Word';
  64.     };
  65. };
  66. };
  67. object '' : XmRowColumn {
  68.     arguments {
  69.     };
  70. object 'button1' : XmPushButton {
  71.     arguments {
  72.     name = 'button1';
  73.     XmNlabelString= 'Find Next';
  74.     };
  75. };
  76. object '' : XmPushButton {
  77.     arguments {
  78.     name = 'button2';
  79.     XmNlabelString= 'Replace';
  80.     };
  81. };
  82. object '' : XmPushButton {
  83.     arguments {
  84.     name = 'button3';
  85.     XmNlabelString= 'Replace All';
  86.     };
  87. };
  88. object '' : XmPushButton {
  89.     arguments {
  90.     name = 'button4';
  91.     XmNlabelString= 'Done';
  92.     };
  93. };
  94. };
  95. object '' : XmRowColumn {
  96.     arguments {
  97.     };
  98. object '' : XmPushButton {
  99.     arguments {
  100.     name = 'gotoStart';
  101.     XmNlabelString= 'Beginning';
  102.     };
  103. };
  104. object '' : XmPushButton {
  105.     arguments {
  106.     name = 'scrollBack';
  107.     XmNlabelString= 'Page Back';
  108.     };
  109. };
  110. object '' : XmPushButton {
  111.     arguments {
  112.     name = 'scrollForward';
  113.     XmNlabelString= 'Page Forward';
  114.     };
  115. };
  116. object '' : XmPushButton {
  117.     arguments {
  118.     name = 'gotoEnd';
  119.     XmNlabelString= 'End';
  120.     };
  121. };
  122. };
  123. object '' : XmLabel {
  124.     arguments {
  125.     name = 'searchLabel';
  126.     XmNlabelString= 'Search For:';
  127.     };
  128. };
  129. object '' : XmLabel {
  130.     arguments {
  131.     name = 'replaceLabel';
  132.     XmNlabelString= 'Replace with:';
  133.     };
  134. };
  135. object '' : XmTextField {
  136.     arguments {
  137.     name = 'searchText';
  138.     };
  139. };
  140. object '' : XmTextField {
  141.     arguments {
  142.     name = 'replaceText';
  143.     };
  144. };
  145.     attachments {
  146.     attachment {
  147.     XmNrightAttachment = 3 2 4;
  148.     XmNleftAttachment = 1 0 4;
  149.     XmNbottomAttachment = 0 0 0;
  150.     XmNtopAttachment = 3 7 4;
  151.     };
  152.     attachment {
  153.     XmNrightAttachment = 3 3 4;
  154.     XmNleftAttachment = 0 0 0;
  155.     XmNbottomAttachment = 1 0 4;
  156.     XmNtopAttachment = 1 0 4;
  157.     };
  158.     attachment {
  159.     XmNrightAttachment = 1 0 4;
  160.     XmNleftAttachment = 0 0 0;
  161.     XmNbottomAttachment = 1 0 4;
  162.     XmNtopAttachment = 1 0 4;
  163.     };
  164.     attachment {
  165.     XmNrightAttachment = 4 5 0;
  166.     XmNleftAttachment = 0 0 0;
  167.     XmNbottomAttachment = 0 0 0;
  168.     XmNtopAttachment = 1 0 5;
  169.     };
  170.     attachment {
  171.     XmNrightAttachment = 0 0 0;
  172.     XmNleftAttachment = 1 0 4;
  173.     XmNbottomAttachment = 0 0 0;
  174.     XmNtopAttachment = 1 0 41;
  175.     };
  176.     attachment {
  177.     XmNrightAttachment = 3 2 4;
  178.     XmNleftAttachment = 3 5 4;
  179.     XmNbottomAttachment = 0 0 0;
  180.     XmNtopAttachment = 1 0 4;
  181.     };
  182.     attachment {
  183.     XmNrightAttachment = 3 2 4;
  184.     XmNleftAttachment = 3 5 4;
  185.     XmNbottomAttachment = 0 0 0;
  186.     XmNtopAttachment = 3 6 4;
  187.     };
  188.     };
  189. };
  190. };
  191. end module;
  192.